run time - определение. Что такое run time
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое run time - определение

WIKIMEDIA DISAMBIGUATION PAGE
Run-time; Run time (disambiguation); Run time (computing); Runtime behavior; Run time; Runtime (disambiguation)
Найдено результатов: 6101
run time         
Run time is the time during which a computer program is running. (COMPUTING)
N-COUNT
run time         
1. The elapsed time to perform a computation on a particular computer. 2. The amount of time a processor actually spent on a particular process and not on other processes or overhead (see time-sharing). 3. The period of time during which a program is being executed, as opposed to compile-time or load time. The term should be hyphenated when used as an adjective. 4. run-time support. (2001-09-14)
run-time error         
PROGRAM LIFECYCLE PHASE, TIME DURING WHICH A PROGRAM IS RUNNING (EXECUTING)
Execution time; Runtime performance; Runtime error; Run-time error; Runtime errors; Run time error; At runtime; Run-time behaviour; Integer divide by zero; Runtime (computing); Run time (program lifecycle phase); Running (computing)
<programming> An error in the execution of a program which occurs at run time, as opposed to a compile-time error. A good programming language should, among other things, aim to replace run-time errors by compile-time errors. Language features such as strong typing help. A good program should attempt to avoid run-time errors by, for example, checking that their input data is sensible. Where this is not possible, the program should attempt to detect the error and handle it gracefully rather than just exiting via the language or operating system's default handler. Here again, a good language will make this easy to do (or at least possible). See also abort, core dump, GPF. (1997-01-13)
Runtime (program lifecycle phase)         
PROGRAM LIFECYCLE PHASE, TIME DURING WHICH A PROGRAM IS RUNNING (EXECUTING)
Execution time; Runtime performance; Runtime error; Run-time error; Runtime errors; Run time error; At runtime; Run-time behaviour; Integer divide by zero; Runtime (computing); Run time (program lifecycle phase); Running (computing)
In computer science, runtime, run time, or execution time is the final phase of a computer programs life cycle, in which the code is being executed on the computer's central processing unit (CPU) as machine code. In other words, "runtime" is the running phase of a program.
run-time         
¦ noun Computing
1. the length of time a program takes to run.
the time at which a program is run.
2. a cut-down version of a program that can be run but not changed.
Run-Time Type Information         
C++ MECHANISM THAT EXPOSES INFORMATION ABOUT AN OBJECT'S DATA TYPE AT RUNTIME
RTTI; Runtime Type Information; Typeid; Runtime type information; Run time type information; Run Time Type Information; RunTime Type Information; Run-time Type Information; Run-Time Type Information; Dynamic cast; Type info; Dynamic casting; Runtime type identification; Java.lang.ClassCastException
<compiler> (RTTI) Facilities included in C++ compilers to allow the type of an object to be determined at run time. This facility, found in good C++ compilers and some other high level languages, adds type information to memory resident objects (i.e. type name or unique type-id). This allows the run-time system to determine if an object is of a specific type, for example, to ensure that a cast of an object is valid. (1996-04-15)
Run-time type information         
C++ MECHANISM THAT EXPOSES INFORMATION ABOUT AN OBJECT'S DATA TYPE AT RUNTIME
RTTI; Runtime Type Information; Typeid; Runtime type information; Run time type information; Run Time Type Information; RunTime Type Information; Run-time Type Information; Run-Time Type Information; Dynamic cast; Type info; Dynamic casting; Runtime type identification; Java.lang.ClassCastException
In computer programming, run-time type information or run-time type identification (RTTI) is a feature of some programming languages (such as C++, Object Pascal, and Ada) that exposes information about an object's data type at runtime. Run-time type information may be available for all types or only to types that explicitly have it (as is the case with Ada).
run-time system         
SYSTEM THAT PROVIDES BEHAVIOR NEEDED BY RUNNING CODE; PRIMARILY IMPLEMENTS PORTIONS OF AN EXECUTION MODEL
Run-time environment; Runtime engine; Runtime environment; Run time environment; Run time system; Running environment; Run-time engine; Runtime environments; Run-time system
<programming> (RTS, run-time support, run-time) Library code and processes which support software written in a particular language running on a particular platform. The RTS typically deals with details of the interface between the program and the operating system such as system calls, program start-up and termination, and memory management. (1999-07-26)
run-time environment         
SYSTEM THAT PROVIDES BEHAVIOR NEEDED BY RUNNING CODE; PRIMARILY IMPLEMENTS PORTIONS OF AN EXECUTION MODEL
Run-time environment; Runtime engine; Runtime environment; Run time environment; Run time system; Running environment; Run-time engine; Runtime environments; Run-time system
<operating system> A collection of subroutines and environment variables that provide commonly used functions and data for a program while it is running. Compare run-time support. (1995-03-22)
Run-time infrastructure (simulation)         
Run-Time Infrastructure; Runtime Infrastructure; Runtime infrastructure; Run-Time Infrastructure (simulation)
In simulation, run-time infrastructure (RTI) is a middleware that is required when implementing the High Level Architecture (HLA). RTI

Википедия

Runtime

Runtime, run-time, or run time may refer to: